home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mtg22.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-04-14  |  679b  |  19 lines

  1. echo off
  2. cls
  3. echo First,  you must  de-compress  the file  MTG22.DOC by  running the self-
  4. echo extracting  archive  MTG22DOC.EXE.   If you  haven't  already done this,
  5. echo exit this batch file by  pressing CTRL-C (hold down Ctrl  and  press C).
  6. echo Then,  at the DOS prompt type:  MTG22DOC  and  you'll see the file being
  7. echo de-compressed.   When it's finished, run this batch file again by typing
  8. echo PRINTDOC, and follow the instructions below.
  9. echo  
  10. echo Switch on your printer, with the print head at the perforation. You will
  11. echo need 53 sheets of paper to print the entire manual.
  12. echo   
  13. pause
  14. cls
  15. echo PRINTING...
  16. copy mtg22.doc prn
  17. echo on
  18. cls
  19.